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

  /external/libavc/decoder/
ih264d_parse_bslice.c 242 parse_part_params_t * ps_part; local
247 ps_part = ps_dec->ps_part;
293 ps_part->u1_is_direct = (!i1_pred);
294 ps_part->u1_pred_mode = i1_pred;
295 ps_part->u1_sub_mb_num = u1_sub_mb_num;
296 ps_part->u1_partheight = u1_mb_part_ht;
297 ps_part->u1_partwidth = u1_mb_part_wd;
300 ps_part++;
377 ps_dec->ps_part = ps_part
539 parse_part_params_t *ps_part; local
889 parse_part_params_t * ps_part; local
    [all...]
ih264d_parse_pslice.c 213 parse_part_params_t * ps_part = ps_dec->ps_part; local
303 ps_part->u1_is_direct = PART_NOT_DIRECT;
304 ps_part->u1_sub_mb_num = u1_sub_mb_num;
305 ps_part->u1_partheight = u1_mb_part_height;
306 ps_part->u1_partwidth = u1_mb_part_width;
314 ps_part++;
318 ps_dec->ps_part = ps_part;
587 parse_part_params_t * ps_part = ps_dec->ps_part local
    [all...]
ih264d_process_pslice.c 75 parse_part_params_t * ps_part; local
85 ps_part = ps_dec->ps_parse_part_params; // + u1_mb_idx;
171 for(j = 0; j < u1_num_part; j++, ps_part++)
174 u1_sub_mb_num = ps_part->u1_sub_mb_num;
177 if(PART_NOT_DIRECT != ps_part->u1_is_direct)
235 u1_wd = ps_part->u1_partwidth;
236 u1_ht = ps_part->u1_partheight;
    [all...]
ih264d_parse_slice.c 587 ps_dec->ps_part = ps_dec->ps_parse_part_params;
    [all...]
ih264d_structs.h 1038 parse_part_params_t *ps_part; member in struct:_DecStruct
    [all...]

Completed in 470 milliseconds