HomeSort by relevance Sort by last modified time
    Searched refs:pixel_c (Results 1 - 6 of 6) sorted by null

  /external/libaom/libaom/aom_util/
debug_util.h 52 int frame_offset, int plane, int pixel_c,
55 int frame_offset, int plane, int pixel_c,
58 int frame_offset, int plane, int pixel_c,
61 int frame_offset, int plane, int pixel_c,
debug_util.c 119 int frame_offset, int plane, int pixel_c,
121 if (pixel_c + blk_w >= frame_stride || pixel_r + blk_h >= frame_height) {
130 [(r + pixel_r) * frame_stride + c + pixel_c] =
141 frame_offset == ref_frame_offset && ref_pixel_c >= pixel_c &&
142 ref_pixel_c < pixel_c + blk_w && ref_pixel_r >= pixel_r &&
145 "\nrecord_block_pre frame_idx %d frame_offset %d plane %d pixel_c %d pixel_r %d blk_w "
147 frame_idx_w, frame_offset, plane, pixel_c, pixel_r, blk_w, blk_h);
152 int frame_offset, int plane, int pixel_c,
154 if (pixel_c + blk_w >= frame_stride || pixel_r + blk_h >= frame_height) {
163 [(r + pixel_r) * frame_stride + c + pixel_c]
    [all...]
  /external/libaom/libaom/av1/encoder/
encodemb.c 286 int pixel_c, pixel_r; local
290 mi_to_pixel_loc(&pixel_c, &pixel_r, mi_col, mi_row, blk_col, blk_row,
293 plane, pixel_c, pixel_r, blk_w, blk_h,
encodeframe.c 6025 int pixel_c, pixel_r; local
    [all...]