I took quite a long time to solve (8 mins?). My work is in the photo. 
Short explanation: basically I set point C as (0,0) in a Cartesian plane, and progressively calculated the slopes of line $\overline{BP}$(denoted as $\alpha$ in my diagram), $\overline{QA}$($b$), $\overline{RD}$($c$), $\overline{CS}$($d$), and then the coordinate points of Q, R, S, T, which are denoted as φ, $\pi$, $\sigma$, $\phi$ respectively. Afterwards I use the shoelace formula and calculated the area of the central quadrilateral.
Anyone have a faster way?



Although using coordinates is a sure (yet brute-force) way to get the result, it may be more natural, or quicker, to solve it geometrically. First, conclude QP || RD and T is the midpoint of CS as well, from the trapezoid AQPX and the midpoints R, D and P.
Denote areas as [.] and I = [ABCD]. Then, the midpoint P implies [BCP] = $\frac14$I and the midpoint Q implies [ABQ] = $\frac14$I. Moreover, the distance ratio of Q to BC and AD is 1:3, implying [AQD] = $\frac38$I; and the distance ratio of R to BA and CD is 1:3, implying [RCD] = $\frac38$I. To summarize,
$$[BCP] =[ABQ]= \frac14I,\>\>\>\>\>\>\>[AQD] =[RCD] =\frac38I\tag 1$$
Then, the midpoints R, S and T lead to, respectively,
$$[ARD] =\frac12[AQD] =\frac3{16}I,\>\>\>\>\> [CSD] =\frac12[RCD] =\frac3{16}I,\>\>\>\>\> [TCP] =\frac14[CSD] =\frac3{64}I\tag 2$$
Recognize that the shaded area can be constructed with
$$[RQTS] = I - [BCP] - [ABQ] - [ARD] - [CSD] + [TCP]$$
Plug in the results (1) and (2), as well as the given I=1024, to arrive at,
$$[RQTS] = \left(1- \frac14-\frac14 -\frac3{16}-\frac3{16} + \frac3{64}\right)I=\frac{11}{64}\cdot 1024 = 176$$