Home | History | Annotate | Download | only in dec

Lines Matching full:samples

69 // Constraints are: We need to store one 16x16 block of luma samples (y),
72 // top-left samples (from previously decoded blocks), along with four
73 // extra top-right samples for luma (intra4x4 prediction only).
87 // 'y' = y-samples 'u' = u-samples 'v' = u-samples
219 uint8_t* y_t_; // top luma samples: 16 * mb_w_
220 uint8_t* u_t_, *v_t_; // top u/v samples: 8 * mb_w_ each
226 uint8_t* cache_y_; // macroblock row for storing unfiltered samples
318 // *dst is the destination block, with stride BPS. Boundary samples are